home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / handscan.arc / CPCEMS.DOC next >
Text File  |  1990-06-26  |  2KB  |  63 lines

  1.             CPCEMS.SYS Documentation
  2.  
  3.         CPCEMS.SYS is a DOS device driver that allows the Complete 
  4.     PCScanner to be used with PC PaintBrush. If you have at least 1 meg
  5.         of expanded memory this will be the best driver for you to use 
  6.         (as opposed to CPCHND.SYS).  Dither and Brightness are 
  7.     set on the scanner itself. Resolution is dependent on the scanner type:
  8.  
  9.             Scanner                Resolution(s) in DPI
  10.         Complete Hand Scanner/400            400,300,200
  11.         Complete Half Page Scanner        200
  12.         Complete Half Page Scanner/400         400,300,200
  13.  
  14.         It is unnecessary to run the bundled software that comes with 
  15.     the Complete PC Scanner. Insert CPCEMS.SYS into the CONFIG.SYS file
  16.     using the appropriate options. At boot the driver will respond with
  17.     a message based on the options. When PaintBrush is run, the scanner
  18.     will light up briefly before the tools are drawn on the screen. If this
  19.     happens you are in buisiness. If not, you must power down and re-address 
  20.     the dip    switches and try again. CPCEMS.SYS does not require the use of
  21.     any interrupts, so don't set them unless you wish to use the bundled
  22.     software that comes with the scanner.
  23.     
  24.         Options are:
  25.  
  26.         Default    Complete Hand Scanner/400
  27.         /1    Complete Hand Scanner/400
  28.         /2    Complete Half Page Scanner
  29.         /3    Complete Half Page Scanner/400 
  30.         /C    channel for DMA, 1 or 3 (default is channel 3)
  31.         /D    double buffering switch (for some EMS boards)
  32.         /H    hex port value, default is 3E0H (no 'H' needed)
  33.         /W    Windows 4.0 option
  34.  
  35.                 
  36.         Examples:
  37.     device=complete.sys /H2E0 /W    ;port = 220H ;LIM 4.0 required
  38.         
  39.     Available Port Settings:
  40.         220H    260H    2A0H    2E0H    320H    360H    3A0H     3E0H        
  41.         
  42.                   Scanner interface card DIP Switches
  43.     Port    #1    #2    #3    #4    #5    #6    #7    #8
  44.                       |N.A.    |IRQ2    |IRQ3    |IRQ4    |IRQ5
  45.  
  46.     220H    on     on     on     off    off    off    off    off
  47.     260H    off    off    on     off    off    off    off    off
  48.     2A0H    off    on     on     off    off    off    off    off
  49.     2E0H    on     off    off     off    off    off    off    off
  50.     320H    off    on    on    off    off    off    off    off
  51.     360H    off    on     off    off    off    off    off    off
  52.     3A0H    off    off    on     off    off    off    off    off
  53.     3E0H    off    off    off    off    off    off    off    off    
  54.     
  55.     Note: DIP switch  UP = ON 
  56.  
  57.     If you are using the software that comes with the hand scanner,
  58.     make sure that only one interrupt is set on. 
  59.  
  60.     If you are using 386MAX Version 4.06 or less, it may be impossible 
  61.     to use the scanner. Qualitas has fixed the problem in Version 4.07.
  62.  
  63.